Welcome![Sign In][Sign Up]
Location:
Search - reconstruction matlab

Search list

[Compress-Decompress algrithmsSPIHT(Matlab).zip

Description:

% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% By Jing Tian, scuteejtian@hotmail.com

fprintf('-----------   Welcome to SPIHT Matlab Demo!   ----------------\n');

fprintf('-----------   Load Image   ----------------\n');
infilename = 'lena512.bmp';
outfilename = 'lena512_reconstruct.bmp';

Orig_I = double(imread(infilename));

rate = 1;

OrigSize = size(Orig_I, 1);
max_bits = floor(rate * OrigSize^2);
OutSize = OrigSize;
image_spiht = zeros(size(Orig_I));
[nRow, nColumn] = size(Orig_I);

fprintf('done!\n');
fprintf('-----------   Wavelet Decomposition   ----------------\n');
n = size(Orig_I,1);
n_log = log2(n);
level = n_log;
% wavelet decomposition level can be defined by users manually.
type = 'bior4.4';
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(type);

[I_W, S] = func_DWT(Orig_I, level, Lo_D, Hi_D);

fprintf('done!\n');

fprintf('-----------   Encoding   ----------------\n');
img_enc = func_SPIHT_Enc(I_W, max_bits, nRow*nColumn, level);  

fprintf('done!\n');
fprintf('-----------   Decoding   ----------------\n');
img_dec = func_SPIHT_Dec(img_enc);

fprintf('done!\n');
fprintf('-----------   Wavelet Reconstruction   ----------------\n');
img_spiht = func_InvDWT(img_dec, S, Lo_R, Hi_R, level);

fprintf('done!\n');
fprintf('-----------   PSNR analysis   ----------------\n');

imwrite(img_spiht, gray(256), outfilename, 'bmp');

Q = 255;
MSE = sum(sum((img_spiht-Orig_I).^2))/nRow / nColumn;
fprintf('The psnr performance is %.2f dB\n', 10*log10(Q*Q/MSE));


Platform: | Size: 232873 | Author: jasonchang | Hits:

[Network DevelopAIR tools-a matlab package of algebraic iterative reconstruction methods

Description: sirt, art, matlab
Platform: | Size: 537348 | Author: 1102776105@qq.com | Hits:

[matlab三维阻抗及光学重建程序包_ed_3d_v1

Description: 用来实现三维阻抗及光学断层成像重建的matlab程序-used 3D impedance and optical tomography reconstruction procedures Matlab
Platform: | Size: 62159872 | Author: 奉华成 | Hits:

[Wavelet小波分解与重构的几个matlab程序

Description: 用matlab实现小波分解与重构的几个程序的源代码。-using Matlab achieve wavelet decomposition and reconstruction of several programs at the source code.
Platform: | Size: 2048 | Author: yy | Hits:

[Graph program2004w26-sourcecode

Description: 超分辨率图像重建。具有非常好的效果,程序效率较高,有完整的注释和说明文档。-super-resolution image reconstruction. Very good results, the higher the efficiency, integrity of the Notes and documentation.
Platform: | Size: 67584 | Author: 王国回 | Hits:

[matlabCTArt

Description: matlab ART重建算法,该算法可用于CT图像重建或EST图像重建-Matlab ART reconstruction algorithm, which can be used for CT image reconstruction or image reconstruction EST
Platform: | Size: 1024 | Author: weige | Hits:

[Graph programprojective-and-affine

Description: 基于三维空间三角网格的二维投影图像变换,包括3D仿射变换,基础矩阵求解及欧式空间的重构,对基于图像的三维重构有研究的朋友可以看下-triangular grid transform two-dimensional projection images, including 3D affine transformation, based Matrix Solution and European space reconstruction, based on the three-dimensional image reconstruction studies have friends in a glance
Platform: | Size: 201728 | Author: 郭震宇 | Hits:

[matlabct_mart

Description: 3D--ART重建-3D-- ART reconstruction
Platform: | Size: 3072 | Author: 9311066 | Hits:

[matlabwaveletmallat

Description: 小波变换 采用mallat算法对信号进行四级分解、重构.matlab做的。-wavelet transform algorithm used Mallat four of the signal decomposition and reconstruction. Matlab done.
Platform: | Size: 1024 | Author: 岳莹昭 | Hits:

[Software Engineeringsampleandrebuildofcontinoussignal

Description: 连续信号的采样与重构,主要说明信号采样与重构程序-continuous signal sampling and Reconstruction, the main note signal sampling procedures and Reconstruction
Platform: | Size: 2048 | Author: 徐恒梅 | Hits:

[3D Graphic3dRecon

Description: 三维重建,使用matlab编写的,效果可以-3D reconstruction, prepared by the use of Matlab, the effect can
Platform: | Size: 1190912 | Author: 郭继东 | Hits:

[OtherMatlab-CT

Description: Matlab重建磨牙CT图像的三维模型的初步研究-Matlab molar CT image reconstruction of three-dimensional model of the preliminary study
Platform: | Size: 594944 | Author: fife | Hits:

[Special EffectsMATLAB

Description: 利用MATLAB进行血管的三维图像重建,充分利用了matlab对大量图片的处理能力-The use of MATLAB to carry out three-dimensional image reconstruction of blood vessels, matlab full advantage of the large number of image processing capability
Platform: | Size: 103424 | Author: fife | Hits:

[matlabcode1

Description: 3D shape reconstruction matlab code. It used shape from defocus technique with least squares. You can reconstruct 3D shape with only two different depth images.
Platform: | Size: 97280 | Author: ask | Hits:

[matlabcode2

Description: 3D shape reconstruction matlab code. It used shape from defocus technique with divergence. You can reconstruct 3D shape with only two different depth images.
Platform: | Size: 458752 | Author: ask | Hits:

[matlabcode3

Description: 3D shape reconstruction matlab code. It used shape from defocus technique with diffusion. You can reconstruct 3D shape with only two different depth images.
Platform: | Size: 462848 | Author: ask | Hits:

[matlabmatlab

Description: 应用MATLAB实现连续信号的采样与重构仿真-Application of MATLAB to achieve continuous signal sampling and reconstruction of simulation
Platform: | Size: 73728 | Author: 王鹏 | Hits:

[Graph programreconstruction

Description: 基于图像序列的三维重建.可以从2D照片生成3D模型-this is a pdf about 3d reconstruction
Platform: | Size: 495616 | Author: 陈晓晓 | Hits:

[Special EffectsThree-dimensional-reconstruction

Description: 图像三维重建 matlab环境 可用于各种图像-Image three-dimensional reconstruction of the environment can be used for a variety of images matlab
Platform: | Size: 661504 | Author: uneamie | Hits:

[matlab3d-reconstruction

Description: 使用matlab在三维空间中对CT图像进行三维重建-3d reconstruction usingmatlab
Platform: | Size: 7625728 | Author: 伍立芬 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net